home *** CD-ROM | disk | FTP | other *** search
/ Rover 25 Presentation / Rover25_Presentation_CD.bin / Tool2.cst / 00023_Script_go to options < prev    next >
Text File  |  2000-01-31  |  179b  |  14 lines

  1. global gMovie, gMenu
  2.  
  3. on mouseUp me
  4.   
  5.   if gMenu <> 1 then
  6.     puppetSound 3, "uh-urr"
  7.     exit
  8.   else
  9.     gMovie = "7" -- movie name
  10.     go to "exit"
  11.   end if
  12. end
  13.  
  14.